Fix FTBFS on power "not a constant expression"
authorDebian Games Team <pkg-games-devel@lists.alioth.debian.org>
Thu, 12 Feb 2026 22:29:36 +0000 (23:29 +0100)
committerJordi Mallach <jordi@debian.org>
Thu, 12 Feb 2026 22:29:36 +0000 (23:29 +0100)
commitb9d84f2d6d1b500488bd36120870b52fc1a6eeb9
tree543952d03b1244f4a262d116617df403c5198963
parent93e8f44ac770ba66390efe07a28427d7a95df482
Fix FTBFS on power "not a constant expression"

There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157

There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>

Gbp-Pq: Name fix-922619.patch
src/emu/xtal.h